home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / pbmpl91d.zip / PBMPLUS / MAN / PPMQVGA.MAN < prev    next >
Text File  |  1993-01-08  |  2KB  |  66 lines

  1.  
  2.  
  3. PPMQVGA(1)                 Unix Programmer's Manual                 PPMQVGA(1)
  4.  
  5.  
  6. NAME
  7.      ppmqvga - 8 plane quantization
  8.  
  9. SYNOPSIS
  10.      ppmqvga [ options ] [ input file ]
  11.  
  12. DESCRIPTION
  13.      ppmqvga quantizes PPM files to 8 planes,  with  optional  Floyd-Steinberg
  14.      dithering.  Input is a PPM file from the file named, or standard input of
  15.      no file is provided.
  16.  
  17.      Options
  18.      -d dither. Apply Floyd-Steinberg dithering to the data
  19.  
  20.      -q quiet. Produces no progress reporting, and no terminal  output  unless
  21.      and error occurs.
  22.  
  23.      -v verbose. Produces additional output describing the  number  of  colors
  24.      found,  and some information on the resulting mapping. May be repeated to
  25.      generate loads of internal table output, but generally only useful once.
  26.  
  27. EXAMPLES
  28.      ppmqvga -d my_image.ppm | ppmtogif >my_image.gif
  29.  
  30.      tgatoppm zombie.tga | ppmqvga | ppmtotif > zombie.tif
  31.  
  32. SEE ALSO
  33.      ppmquant
  34.  
  35. DIAGNOSTICS
  36.      Error  messages  if  problems,  various  levels  of   optional   progress
  37.      reporting.
  38.  
  39. LIMITATIONS
  40.      none known.
  41.  
  42. AUTHOR
  43.      Original by Lyle  Rains  (lrains@netcom.com)  as  ppmq256  and  ppmq256fs
  44.      combined, documented, and enhanced by Bill Davidsen (davidsen@crd.ge.com)
  45.  
  46. Copyright
  47.      Copyright 1991,1992 by Bill Davidsen, all rights reserved.   The  program
  48.      and documentation may be freely distributed by anyone in source or binary
  49.      format. Please clearly note any changes.
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                                     local                                    1
  65.  
  66.